home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / protect_the_fire.swf / scripts / DefineButton2_45 / BUTTONCONDACTION on(release).as
Text File  |  2007-01-15  |  93b  |  6 lines

  1. on(release){
  2.    set("/:c1","1");
  3.    set("/:c2",random("3") + "2");
  4.    gotoAndStop(8);
  5. }
  6.